home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
MoreHardware
/
CD32Tools2.lha
/
cd32tools
/
debug.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-29
|
92 b
|
11 lines
/*
call the debugger
*/
#include <proto/exec.h>
int main (void)
{
Debug(0);
return 0;
}